Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework data structures #2747

Merged
merged 1 commit into from
Nov 27, 2021
Merged

Rework data structures #2747

merged 1 commit into from
Nov 27, 2021

Conversation

vbuterin
Copy link
Contributor

  1. Replace header and finality_header with attested_header (always the header signed by the committee) and finailzed_header (always the header verified by the Merkle branch)
  2. Remove LightClientSnapshot, fold its fields into LightClientStore for simplicity

1. Replace `header` and `finality_header` with `attested_header` (always the header signed by the committee) and `finailzed_header` (always the header verified by the Merkle branch)
2. Remove `LightClientSnapshot`, fold its fields into `LightClientStore` for simplicity
@vbuterin vbuterin merged commit e104164 into vbuterin-patch-12 Nov 27, 2021
@djrtwo djrtwo deleted the vbuterin-patch-13 branch November 29, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants